home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Desktop Improver / AppLauncher / Installation / AL_Installer.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1996-09-27  |  221 b   |  12 lines

  1. /* AppLauncher installation */
  2.  
  3. address command
  4. say "Copying..."
  5. 'SYS:system/RexxMast'
  6. 'makedir ENV:AppLauncher'
  7. 'makedir ENVARC:AppLauncher'
  8. 'copy #?.info ENV:AppLauncher'
  9. 'copy #?.info ENVARC:AppLauncher'
  10. say "Done."
  11.  
  12.